program line
美
英 
- un.传音线路;程序行
- 网络广播中继线;程序线;程式线
英汉解释
例句
Step through a program line by line: Each line of the executable program can be executed one line at a time.
步进调试:可执行程序的每一行都可以一次一行的执行。
Only a compiler reads, translation and executed in source program line program.
编译程序只能一次读取、翻译并执行源程序中的一行程序。
In effect, it translates the program line-by-line, alternately reading lines and carrying out commands.
在效果上,将程序一行一行的转换,在读取程序行和执行命令之间交替切换。
if a program line is too long , you can continue the line onto the next physical line in the file.
如果某个程序行太长,可以在文件中的下一物理行继续这一行。
You can also allocate space for local variables as is done in the program (line 63).
和程序中的处理一样,还可以为局部变量分配空间(第63行)。
the stack trace includes the source file name and program line number if debugging information is available
如果有可用的调试信息,则堆栈跟踪包含源文件名和程序行号。